lcg_value
Combined linear congruent generator
lcg_value()
combines linear congruent generators.
<?php echo lcg_value ( ) ; ?>
Try it yourself
lcg_value ( )
lcg_value()
returns a pseudo-random number with a range of (0, 1). This function combines two congruent generators with periods 2^31 - 85 and 2^31 - 249. The period of this function is equal to the product of these two prime numbers.